Autogenerated HTML docs for v1.5.0-rc4-345-gb4d2 
diff --git a/git-fast-import.html b/git-fast-import.html index 61b0668..4a20ade 100644 --- a/git-fast-import.html +++ b/git-fast-import.html 
@@ -357,6 +357,20 @@  </p>   </dd>   <dt>  +--export-pack-edges=&lt;file&gt;  +</dt>  +<dd>  +<p>  + After creating a packfile, print a line of data to  + &lt;file&gt; listing the filename of the packfile and the last  + commit on each branch that was written to that packfile.  + This information may be useful after importing projects  + whose total object set exceeds the 4 GiB packfile limit,  + as these commits can be used as edge points during calls  + to <a href="git-pack-objects.html">git-pack-objects(1)</a>.  +</p>  +</dd>  +<dt>   --quiet   </dt>   <dd>  @@ -1023,6 +1037,11 @@  <p>The branch LRU builtin to fast-import tends to behave very well, and the   cost of activating an inactive branch is so low that bouncing around   between branches has virtually no impact on import performance.</p>  +<h3>Handling Renames</h3>  +<p>When importing a renamed file or directory, simply delete the old  +name(s) and modify the new name(s) during the corresponding commit.  +Git performs rename detection after-the-fact, rather than explicitly  +during a commit.</p>   <h3>Use Tag Fixup Branches</h3>   <p>Some other SCM systems let the user create a tag from multiple   files which are not from the same commit/changeset. Or to create  @@ -1170,7 +1189,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 09-Feb-2007 08:38:34 UTC  +Last updated 12-Feb-2007 07:15:19 UTC   </div>   </div>   </body>